
/* Header Styles */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

.navbar {
    background-color: #043A3A !important;
}

.logo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
}

.form-control{
    border-radius: 102px !important;
    border-color: greenyellow !important;
    
}

.input-container{
    position: relative;
}

.input-container i{
    position: absolute;
    top: 10%;
    left: 10px;
    background-color: green;
    color: white;
    border-radius: 20px;
    font-size: 20px;
    padding: 8px;
}

.input-container input{
    padding-left: 50px;
    
}

.searchInput{
    background-color: #ffff;
    border: 0;
    font-size: 18px;
    height: 50px;
    width: 50px !important;
    transition: width 0.3s ease;
    padding: 15px;
}

.searchInput.active{
    width: 200px !important;
}

.container-fluid{
   
    padding: 0;
}

/* Hero Section */
.hero-section {
    margin-top: 120px;
    padding: 4rem 0;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8f5e8 100%);
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.mission-vision {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.mission-card, .vision-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.mission-card:hover, .vision-card:hover {
    transform: translateY(-5px);
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #4CAF50;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.target-icon {
    width: 30px;
    height: 30px;
    border: 3px solid white;
    border-radius: 50%;
    position: relative;
}

.target-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
}

.refresh-icon {
    width: 30px;
    height: 30px;
    border: 3px solid white;
    border-radius: 50%;
    border-top-color: transparent;
    position: relative;
}

.refresh-icon::after {
    content: '';
    position: absolute;
    top: -6px;
    right: -3px;
    width: 0;
    height: 0;
    border-left: 6px solid white;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.mission-card h2, .vision-card h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2c5f5f;
}

.highlight {
    color: #4CAF50;
}

.mission-card p, .vision-card p {
    color: #666;
    line-height: 1.7;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.garden-sign {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* About Section */
.about-section {
    padding: 4rem 0;
    background-color: white;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-image {
    order: 1;
}

.volunteers-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.about-text {
    order: 2;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #033808;
}

.about-text p {
    margin-bottom: 1.5rem;
    color: #666;
    line-height: 1.8;
}

.about-text strong {
    color: #2c5f5f;
}
h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.video-section {
    padding: 60px 30px;
    background: linear-gradient(135deg, #155903 0%, #06b11d 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    background: rgba(111, 211, 132, 0.95);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.video-container h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
    background: linear-gradient(135deg, #155903, #06b11d 2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.video-container p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.video-element {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}



/* Fallback for when video doesn't load */
.video-fallback {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 15px;
    margin: 0 auto;
    max-width: 800px;
}

.video-fallback h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.video-fallback p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.play-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-icon:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.play-icon::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 5px;
}

/* Responsive design */
@media (max-width: 768px) {
    .video-section {
        padding: 40px 15px;
    }
    .video-container {
        padding: 30px;
    }
    .video-container {
        padding: 30px 40px;
    }

    .video-container h2 {
        font-size: 2rem;
    }

    .video-container p {
        font-size: 1rem;
    }

    .video-fallback {
        height: 300px;
    }

    .play-icon {
        width: 60px;
        height: 60px;
    }

    .play-icon::after {
        border-left: 18px solid white;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
    }
}

/* Footer */
footer {
    background-color: #2c5f5f;
    color: white;
    text-align: center;
    padding: 2rem 0;
    margin-top: 4rem;
}



/* Footer Styles */
.footer {
    background-color: #2d5a3d;
    color: white;
    padding: 40px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.newsletter-section h3,
.social-section h3,
.youtube-section h3 {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.newsletter-section p {
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 250px;
}

.newsletter-form input {
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
}

.subscribe-btn {
    background-color: #ff6b35;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.subscribe-btn:hover {
    background-color: #e55a2b;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-2px);
}

.social-icon svg {
    fill: #2d5a3d;
}

.youtube-section {
    text-align: center;
}

.youtube-embed {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.youtube-placeholder {
    background-color: #f0f0f0;
    aspect-ratio: 16/9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.youtube-placeholder:hover {
    background-color: #e0e0e0;
}

.play-button {
    background-color: #ff0000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: scale(1.1);
}

.play-button svg {
    fill: white;
    margin-left: 4px;
}

.footer-bottom {
    border-top: 1px solid #4a7a5a;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.copyright p {
    font-size: 0.9rem;
    line-height: 1.4;
}

.designer-credit {
    text-align: right;
}

.designer-link {
    color: white;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.designer-link:hover {
    color: #90EE90;
}



/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.highlight {
    color: #043A3A;
}

/* Header */
.header {
    background: linear-gradient(135deg, #1e4d3f, #043A3A);
    color: white;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-brand h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.nav-brand p {
    font-size: 0.9rem;
    opacity: 0.9;
    font-weight: 300;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-menu a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.nav-menu a:hover {
    color: #4CAF50;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #4CAF50;
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.dropdown-arrow {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    min-width: 150px;
    padding: 0.5rem 0;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu a {
    color: #333;
    display: block;
    padding: 0.75rem 1rem;
}

.dropdown-menu a:hover {
    background-color: #f8f9fa;
    color: #4CAF50;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease;
}

/* Video Section */
.video-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.video-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 0 2rem;
}

.video-container h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1e4d3f;
}

.video-container p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 3rem;
}

.video-placeholder {
    background: linear-gradient(135deg, #1e4d3f, #2d6a56);
    border-radius: 15px;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.video-placeholder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.play-button {
    width: 80px;
    height: 80px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #1e4d3f;
    transition: all 0.3s ease;
}

.video-placeholder:hover .play-button {
    transform: scale(1.1);
    background-color: white;
}

/* About Section */
.about-section {
    padding: 5rem 0;
    background: white;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.about-text h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #1e4d3f;
    line-height: 1.2;
}

.about-text p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #555;
    line-height: 1.7;
}

.about-text strong {
    color: #1e4d3f;
    font-weight: 600;
}

/* Staff Section */
.staff-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.staff-section h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #1e4d3f;
}

.staff-intro {
    font-size: 1.1rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    color: #555;
    line-height: 1.7;
}

.staff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.staff-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border-top: 4px solid #4CAF50;
}

.staff-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.staff-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #4CAF50;
}

.staff-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #1e4d3f;
    font-weight: 600;
}

.staff-card p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.read-more {
    color: #4CAF50;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #2d6a56;
}

/* Trustees Section */
.trustees-section {
    padding: 5rem 0;
    background: white;
}

.trustees-section h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #1e4d3f;
}

.trustees-intro {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    color: #555;
    line-height: 1.7;
}

.trustees-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
    align-items: start;
}

.trustees-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.trustee {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #4CAF50;
    transition: all 0.3s ease;
}

.trustee:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.trustee-icon {
    background: #19A60A;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.trustee-info h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #1e4d3f;
    font-weight: 600;
}

.trustee-info p {
    color: #555;
    line-height: 1.6;
}

.trustees-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Footer Styles */
.footer {
    background-color: #2d5a3d;
    color: white;
    padding: 40px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.newsletter-section h3,
.social-section h3,
.youtube-section h3 {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.newsletter-section p {
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 250px;
}

.newsletter-form input {
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
}

.subscribe-btn {
    background-color: #ff6b35;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.subscribe-btn:hover {
    background-color: #e55a2b;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-2px);
}

.social-icon svg {
    fill: #2d5a3d;
}

.youtube-section {
    text-align: center;
}

.youtube-embed {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.youtube-placeholder {
    background-color: #f0f0f0;
    aspect-ratio: 16/9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.youtube-placeholder:hover {
    background-color: #e0e0e0;
}

.play-button {
    background-color: #ff0000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: scale(1.1);
}

.play-button svg {
    fill: white;
    margin-left: 4px;
}

.footer-bottom {
    border-top: 1px solid #4a7a5a;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.copyright p {
    font-size: 0.9rem;
    line-height: 1.4;
}

.designer-credit {
    text-align: right;
}

.designer-link {
    color: white;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.designer-link:hover {
    color: #90EE90;
}
